home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OctaMED Sound Studio 1
/
OctaMED SoundStudio V1.iso
/
docs
/
om_startup.omed.default
< prev
next >
Wrap
Text File
|
1996-06-18
|
421b
|
18 lines
/* OMed StartUp */
address OCTAMED_REXX
options results
if open("f_keys","T:f_keys.omedtemp",W) then do
call writeln("f_keys",00)
call writeln("f_keys",16)
call writeln("f_keys",32)
call writeln("f_keys",48)
call writeln("f_keys",63)
call close("f_keys")
end
call addlib('rexxsupport.library',0,-30,0)
if ~makedir('ram:rexx') then exit
address command "Copy rexx/(#?.omed) TO RAM:rexx/ ALL QUIET"
exit